From 10c0f0a6c815d41d98b6052b8afab9eb03f91f8b Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 13 Jul 2005 14:37:58 +0000 Subject: [PATCH] Remove CONFIG_X86_PAE hack from config.h. Signed-off-by: Keir Fraser --- xen/include/asm-x86/config.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 82b58c1647..506515c683 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -7,11 +7,6 @@ #ifndef __X86_CONFIG_H__ #define __X86_CONFIG_H__ -#if defined(__i386__) -// # define CONFIG_X86_PAE 1 /* yes */ - # undef CONFIG_X86_PAE /* no */ -#endif - #if defined(__x86_64__) # define CONFIG_PAGING_LEVELS 4 #elif defined(CONFIG_X86_PAE) -- 2.30.2